home *** CD-ROM | disk | FTP | other *** search
-
- @(#)FILES 1.11 91/11/07
-
- This file describes all the files that make up the Reve distribution.
-
- Directory reve: an othello game.
- --------------------------------
-
- boardstuff.c - various board manipulation routines.
- events.c - event handling procedures.
- get.c - various extraction routines used by reve.
- items.c - procedures for manipulating reve panel items.
- makemove.c - interface to the computer strategy routines.
- main.c - includes variable declarations and main().
- procs.c - procedures associated with the panel items.
- reve_proc.c - separate reve process for the XView version.
- socket.c - socket related routines for the networked game.
-
- rev_eval.c - reve evaluation function.
- rev_ip.c - return a move and a note for a given color.
- rev_iycp.c - reve "fast" alpha-beta pruning routines.
-
- in.reved.c - network daemon for remote games with user@host
-
- color.h - colormap definitions.
- ctl.h - describes the structure that reve and reved use.
- extern.h - external declaractions.
- images.h - include file for all graphic images.
- reve.h - macro and constant definitions.
- reve_ui.h - GUI definitions used by the XView version.
- patchlevel.h - current patchlevel for this release of reve.
-
- CHANGES - v1.2 - v1.3 change history.
- CHANGES.v1-1 - v1.0 - v1.1 change history.
- README - describes what reve is, and how to get started.
- Reve.ad - List of reve X resource application defaults.
- Reve.G - devGuide GUI and stubs generation file.
- TODO - bugs and suggested enhancements. Volunteers?
- reve.man - the reve manual page (troff/nroff -man format).
- reve.man.text - plain text version of the reve manual pages.
- MANIFEST - tells you what archive part each file was in.
- FILES - what you're reading now.
- reve.edge1 - first half of the Reve edge stability table.
- reve.edge2 - second half of the Reve edge stability table.
- Makefile.dist - master Makefile to build reve on Unix systems.
- Imakefile - Imakefile for the X11 version of reve.
-
- sunview.c - Sun SunView graphics routines.
- tty.c - dumb tty "graphics" routines.
- x11.c - X11 (Xlib) graphics routines.
- reve_ui.c - X11 (Xview) GUI routines generated by devGuide.
- xview.c - X11 (XView) remaining graphics routines.
-
- Sub-directory images: image files used with the graphics versions of reve.
- --------------------------------------------------------------------------
- images/black.xbm - black reve piece.
- images/reve.xbm - reve icon.
- images/white.xbm - white reve piece.
- images/Ibutton.xbm - button panel item in inverted mode.
- images/Nbutton.xbm - button panel item in normal mode.
- images/Sbutton.xbm - stencil for normal/inverted button panel items.
- images/Ncycle.xbm - cycle panel item in normal mode.
- images/Lcycle.xbm - cycle panel item with left side inverted.
- images/Rcycle.xbm - cycle panel item with right side inverted.
- images/Scycle.xbm - stencil for normal/inverted cycle panel items.
- images/Sch_off.xbm - single choice panel item (off).
- images/Sch_on.xbm - single choice panel item (on).
- images/hglass.xbm - hour glass cursor for computer move.
- images/move.xbm - symbol displayed to show a legal move.
- images/nocur.xbm - no cursor when piece is being dragged.
- images/suggest.xbm - symbol displayed to show a suggested move.
-
- Sub-directory trans: files used by the utility program trans.
- -------------------------------------------------------------
- trans/Makefile - used to build and install the trans utility.
- trans/README - overview of the trans utility.
- trans/trans.c - trans C source file.
- trans/trans.ps - PostScript prologue file.
- trans/trans.man - manual pages for trans (troff/nroff -man format).
- trans/trans.man.text - plain text version of the trans manual pages.
-